home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Body+Element.db < prev    next >
Text File  |  2002-07-01  |  489b  |  19 lines

  1. @@inc HTMLToc
  2. == Body Element
  3.  
  4. At the top of your page, you should now have
  5.  
  6. <pre>
  7.    <html>
  8.    <head>
  9.    <title></title>
  10.    </head>
  11.    </html>
  12. </pre>
  13.  
  14. Add one more element, and we'll have the basic structure for a Web page.
  15.  
  16. Put a line space below the end tag for the "head" element. Insert an element for "body", with the start tag on one line, then a blank line, then the end tag for the "body" element.
  17.  
  18. [[b Go to ((Add a Title))]]
  19.